wayland: Match header and doc arguments
authorMatthias Clasen <mclasen@redhat.com>
Tue, 29 Sep 2020 02:28:09 +0000 (22:28 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 29 Sep 2020 11:04:07 +0000 (07:04 -0400)
gtk-doc doesn't take this lightly.

gdk/wayland/gdkwaylanddevice.h

index f07662bec334a3dd1b1c921fc98b39fea136a517..f92e19384aa902b86acaac48fb6dc5cd1ecef090 100644 (file)
@@ -60,8 +60,8 @@ const char          *gdk_wayland_device_get_node_path       (GdkDevice *device);
 
 GDK_AVAILABLE_IN_ALL
 void                 gdk_wayland_device_pad_set_feedback (GdkDevice           *device,
-                                                          GdkDevicePadFeature  element,
-                                                          guint                idx,
+                                                          GdkDevicePadFeature  feature,
+                                                          guint                feature_idx,
                                                           const char          *label);
 
 G_END_DECLS